[INFO] cloning repository https://github.com/Moggers/mpdungeon2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Moggers/mpdungeon2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fmpdungeon2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fmpdungeon2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49e55d5408d8ddd5802de6b0819a848d46962565
[INFO] fixing Moggers/mpdungeon2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoggers%2Fmpdungeon2" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Moggers/mpdungeon2
[INFO] finished tweaking git repo https://github.com/Moggers/mpdungeon2
[INFO] tweaked toml for git repo https://github.com/Moggers/mpdungeon2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Moggers/mpdungeon2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Moggers/mpdungeon2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-mysql v0.8.5
[INFO] [stderr]   Downloaded sqlx-macros v0.8.5
[INFO] [stderr]   Downloaded sqlx-macros-core v0.8.5
[INFO] [stderr]   Downloaded sqlx-postgres v0.8.5
[INFO] [stderr]   Downloaded sqlx-sqlite v0.8.5
[INFO] [stderr]   Downloaded sqlx-core v0.8.5
[INFO] [stderr]   Downloaded tower-http v0.6.7
[INFO] [stderr]   Downloaded sqlx v0.8.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d
[INFO] running `Command { std: "docker" "start" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking clap_builder v4.5.37
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]     Checking clap v4.5.37
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tower-http v0.6.7
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking sqlx-core v0.8.5
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking sqlx-postgres v0.8.5
[INFO] [stderr]     Checking hyper-util v0.1.18
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.5
[INFO] [stderr]    Compiling sqlx-macros v0.8.5
[INFO] [stderr]     Checking sqlx v0.8.5
[INFO] [stderr]     Checking mpdungeon2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let user_ids = sqlx::query_file!("sql/login.sql", username, password)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |             sqlx::query_file!("sql/create_player.sql", username, password)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |                         sqlx::query_file!("sql/say.sql", m.speaker, m.recipient_species, m.message).execute(&db_pool).await.unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 | ...   sqlx::query_file!("sql/insert_command.sql", c.entity_id, c.command_type, c.x, c.y, c.command_target).execute(&db_pool).await.u...
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:80:24
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let chat = sqlx::query_file_as!(Message, "sql/get_chat.sql", user_id)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:84:28
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let entities = sqlx::query_file_as!(WorldEntity, "sql/get_world_entities.sql", user_id)
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let user_ids = sqlx::query_file!("sql/login.sql", username, password)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |             sqlx::query_file!("sql/create_player.sql", username, password)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MoveToColumn`, `Stylize`, and `self`
[INFO] [stdout]   --> src/draw.rs:7:14
[INFO] [stdout]    |
[INFO] [stdout]  7 |     cursor::{self, Hide, MoveTo, MoveToColumn, Show},
[INFO] [stdout]    |              ^^^^                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     style::{Attribute, Color, Print, SetAttribute, SetForegroundColor, Stylize},
[INFO] [stdout]    |                                                                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |                         sqlx::query_file!("sql/say.sql", m.speaker, m.recipient_species, m.message).execute(&db_pool).await.unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 | ...   sqlx::query_file!("sql/insert_command.sql", c.entity_id, c.command_type, c.x, c.y, c.command_target).execute(&db_pool).await.u...
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Message` and `WorldEntity`
[INFO] [stdout]  --> src/networking.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::state::{Message, State, WorldEntity};
[INFO] [stdout]   |                    ^^^^^^^         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::linux::raw::stat`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::linux::raw::stat;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:80:24
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let chat = sqlx::query_file_as!(Message, "sql/get_chat.sql", user_id)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arg`
[INFO] [stdout]  --> src/main.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | use clap::{Arg, Parser};
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crossterm::terminal::disable_raw_mode`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crossterm::terminal::disable_raw_mode;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/networking.rs:84:28
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let entities = sqlx::query_file_as!(WorldEntity, "sql/get_world_entities.sql", user_id)
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `std::os::linux::raw::stat`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions
[INFO] [stdout]  --> src/main.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::linux::raw::stat;
[INFO] [stdout]   |                          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MoveToColumn`, `Stylize`, and `self`
[INFO] [stdout]   --> src/draw.rs:7:14
[INFO] [stdout]    |
[INFO] [stdout]  7 |     cursor::{self, Hide, MoveTo, MoveToColumn, Show},
[INFO] [stdout]    |              ^^^^                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     style::{Attribute, Color, Print, SetAttribute, SetForegroundColor, Stylize},
[INFO] [stdout]    |                                                                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Message` and `WorldEntity`
[INFO] [stdout]  --> src/networking.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::state::{Message, State, WorldEntity};
[INFO] [stdout]   |                    ^^^^^^^         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::linux::raw::stat`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::linux::raw::stat;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arg`
[INFO] [stdout]  --> src/main.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | use clap::{Arg, Parser};
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crossterm::terminal::disable_raw_mode`
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crossterm::terminal::disable_raw_mode;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `std::os::linux::raw::stat`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions
[INFO] [stdout]  --> src/main.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::linux::raw::stat;
[INFO] [stdout]   |                          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let login_result = sqlx::query_file!("npc_client/sql/npc_login.sql", args.name, args.password)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:60:27
[INFO] [stdout]    |
[INFO] [stdout] 60 |               let created = sqlx::query_file!(
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 61 | |                 "npc_client/sql/create_npc.sql",
[INFO] [stdout] 62 | |                 args.name,
[INFO] [stdout] 63 | |                 args.password,
[INFO] [stdout] 64 | |                 species
[INFO] [stdout] 65 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:82:13
[INFO] [stdout]    |
[INFO] [stdout] 82 |             sqlx::query_file!("npc_client/sql/get_unread_messages.sql", npc_entity_id)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:89:17
[INFO] [stdout]    |
[INFO] [stdout] 89 | /                 sqlx::query_file!(
[INFO] [stdout] 90 | |                     "npc_client/sql/mark_event_seen.sql",
[INFO] [stdout] 91 | |                     npc_entity_id,
[INFO] [stdout] 92 | |                     msg.message
[INFO] [stdout] 93 | |                 )
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 | /                 sqlx::query_file!(
[INFO] [stdout]  99 | |                     "npc_client/sql/mark_messages_seen.sql",
[INFO] [stdout] 100 | |                     npc_entity_id,
[INFO] [stdout] 101 | |                     speaker_id
[INFO] [stdout] 102 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:116:27
[INFO] [stdout]     |
[INFO] [stdout] 116 |               let history = sqlx::query_file!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout] 117 | |                 "npc_client/sql/get_conversation_history.sql",
[INFO] [stdout] 118 | |                 npc_entity_id
[INFO] [stdout] 119 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 sqlx::query_file!("npc_client/sql/get_npc_inventory.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 sqlx::query_file!("npc_client/sql/get_npc_position.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 sqlx::query_file!("npc_client/sql/get_nearby_entities.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |             let health = sqlx::query_file!("npc_client/sql/get_npc_health.sql", npc_entity_id)
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:233:21
[INFO] [stdout]     |
[INFO] [stdout] 233 | /                     sqlx::query_file!(
[INFO] [stdout] 234 | |                         "npc_client/sql/npc_say.sql",
[INFO] [stdout] 235 | |                         npc_entity_id,
[INFO] [stdout] 236 | |                         recipient.entity_id,
[INFO] [stdout] 237 | |                         &speak.message
[INFO] [stdout] 238 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:261:25
[INFO] [stdout]     |
[INFO] [stdout] 261 | /                         sqlx::query_file!(
[INFO] [stdout] 262 | |                             "npc_client/sql/insert_command.sql",
[INFO] [stdout] 263 | |                             npc_entity_id,
[INFO] [stdout] 264 | |                             "give",
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |                             item.entity_id
[INFO] [stdout] 268 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:290:25
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                         sqlx::query_file!(
[INFO] [stdout] 291 | |                             "npc_client/sql/insert_command.sql",
[INFO] [stdout] 292 | |                             npc_entity_id,
[INFO] [stdout] 293 | |                             "attack",
[INFO] [stdout] ...   |
[INFO] [stdout] 296 | |                             target.entity_id
[INFO] [stdout] 297 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 | /                     sqlx::query_file!(
[INFO] [stdout] 312 | |                         "npc_client/sql/insert_command.sql",
[INFO] [stdout] 313 | |                         npc_entity_id,
[INFO] [stdout] 314 | |                         "move",
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |                         None::<i32>
[INFO] [stdout] 318 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let login_result = sqlx::query_file!("npc_client/sql/npc_login.sql", args.name, args.password)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:60:27
[INFO] [stdout]    |
[INFO] [stdout] 60 |               let created = sqlx::query_file!(
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 61 | |                 "npc_client/sql/create_npc.sql",
[INFO] [stdout] 62 | |                 args.name,
[INFO] [stdout] 63 | |                 args.password,
[INFO] [stdout] 64 | |                 species
[INFO] [stdout] 65 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:82:13
[INFO] [stdout]    |
[INFO] [stdout] 82 |             sqlx::query_file!("npc_client/sql/get_unread_messages.sql", npc_entity_id)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> npc_client/main.rs:89:17
[INFO] [stdout]    |
[INFO] [stdout] 89 | /                 sqlx::query_file!(
[INFO] [stdout] 90 | |                     "npc_client/sql/mark_event_seen.sql",
[INFO] [stdout] 91 | |                     npc_entity_id,
[INFO] [stdout] 92 | |                     msg.message
[INFO] [stdout] 93 | |                 )
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 | /                 sqlx::query_file!(
[INFO] [stdout]  99 | |                     "npc_client/sql/mark_messages_seen.sql",
[INFO] [stdout] 100 | |                     npc_entity_id,
[INFO] [stdout] 101 | |                     speaker_id
[INFO] [stdout] 102 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:116:27
[INFO] [stdout]     |
[INFO] [stdout] 116 |               let history = sqlx::query_file!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout] 117 | |                 "npc_client/sql/get_conversation_history.sql",
[INFO] [stdout] 118 | |                 npc_entity_id
[INFO] [stdout] 119 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 sqlx::query_file!("npc_client/sql/get_npc_inventory.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 sqlx::query_file!("npc_client/sql/get_npc_position.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 sqlx::query_file!("npc_client/sql/get_nearby_entities.sql", npc_entity_id)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |             let health = sqlx::query_file!("npc_client/sql/get_npc_health.sql", npc_entity_id)
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:233:21
[INFO] [stdout]     |
[INFO] [stdout] 233 | /                     sqlx::query_file!(
[INFO] [stdout] 234 | |                         "npc_client/sql/npc_say.sql",
[INFO] [stdout] 235 | |                         npc_entity_id,
[INFO] [stdout] 236 | |                         recipient.entity_id,
[INFO] [stdout] 237 | |                         &speak.message
[INFO] [stdout] 238 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:261:25
[INFO] [stdout]     |
[INFO] [stdout] 261 | /                         sqlx::query_file!(
[INFO] [stdout] 262 | |                             "npc_client/sql/insert_command.sql",
[INFO] [stdout] 263 | |                             npc_entity_id,
[INFO] [stdout] 264 | |                             "give",
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |                             item.entity_id
[INFO] [stdout] 268 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:290:25
[INFO] [stdout]     |
[INFO] [stdout] 290 | /                         sqlx::query_file!(
[INFO] [stdout] 291 | |                             "npc_client/sql/insert_command.sql",
[INFO] [stdout] 292 | |                             npc_entity_id,
[INFO] [stdout] 293 | |                             "attack",
[INFO] [stdout] ...   |
[INFO] [stdout] 296 | |                             target.entity_id
[INFO] [stdout] 297 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> npc_client/main.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 | /                     sqlx::query_file!(
[INFO] [stdout] 312 | |                         "npc_client/sql/insert_command.sql",
[INFO] [stdout] 313 | |                         npc_entity_id,
[INFO] [stdout] 314 | |                         "move",
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |                         None::<i32>
[INFO] [stdout] 318 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpdungeon2` (bin "mpdungeon2" test) due to 6 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mpdungeon2` (bin "mpdungeon2") due to 6 previous errors; 6 warnings emitted
[INFO] [stderr] error: could not compile `mpdungeon2` (bin "npc_client") due to 14 previous errors
[INFO] [stderr] error: could not compile `mpdungeon2` (bin "npc_client" test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d", kill_on_drop: false }`
[INFO] [stdout] 963a6a9ca13b3d6723de739d536294a8d7d4ec9deed4256d3527d32366edbe5d
